Skip to main content
guest
|
Join
|
Help
|
Sign In
guest
Join
|
Help
|
Sign In
schuchert
Home
Wiki Home
Recent Changes
Pages and Files
Members
My CV
C++ Training
New Stuff
FitNessse Tutorials
Experiential Learning
RubyNotes
EJB & JPA
Agile Courseware
Unpublished Articles
Tool Configuration
AOP
C# & OOP
Back to the Top
Eclipse VM Configuration for AspectJ
Edit
0
3
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
<--Back
Next-->
Your goal is to configure the Java VM to include one additional parameter:
-javaagent:/AOP/aspectj/lib/aspectjweaver.jar
In Eclipse:
Pull down
Windows
Select
Preferences
Select
Java
Select
Installed JREs
Double-click on
Java 1.5.x JDK
(you'll see the below image)
In
Default VM Arguments:
enter the
value:
-javaagent:/AOP/aspectj/lib/aspectjweaver.jar
Adjust the directory to where your version of AspectJ is installed
(Note, this image actually shows the configuration for JBoss AOP. It's the same procedure, just a different value in the
Default VM Arguments:
<--Back
Next-->
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
Your goal is to configure the Java VM to include one additional parameter:
In Eclipse:
- Pull down Windows
- Select Preferences
- Select Java
- Select Installed JREs
- Double-click on Java 1.5.x JDK (you'll see the below image)
- In Default VM Arguments: enter the value: -javaagent:/AOP/aspectj/lib/aspectjweaver.jar
- Adjust the directory to where your version of AspectJ is installed
(Note, this image actually shows the configuration for JBoss AOP. It's the same procedure, just a different value in the Default VM Arguments:<--Back Next-->